Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / AutoCompleteMode Property

In This Topic
    AutoCompleteMode Property
    In This Topic
    Gets or sets the mode that the DropDown uses to display the DropDownView.
    Syntax
    'Declaration
     
    
    Public Property AutoCompleteMode As AutoCompleteMode
    public AutoCompleteMode AutoCompleteMode {get; set;}
    See Also